home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / 3rd Party Demos / 3rd Party Plugins / Misc / PEVocoder 1.0 (PPC) / PEVocodePlugin Source Code / extended.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-12  |  270 b   |  10 lines

  1. /* $Id: extended.h,v 1.2 1998/09/13 00:21:18 emanuel Exp $ */
  2.  
  3. #ifndef EXTENDED_H_INCLUDED
  4. #define EXTENDED_H_INCLUDED
  5.  
  6. void ConvertToIeeeExtended(double num, unsigned char *bytes);
  7. double ConvertFromIeeeExtended(unsigned char *bytes);
  8.  
  9. #endif /* EXTENDED_H_INCLUDED */
  10.